summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-24 07:23:50 +0200
committerTao Bao <tbao@google.com>2017-06-24 08:05:56 +0200
commit5d2e3bd109539282d1829e3579c1f762a9486382 (patch)
tree224611c8cb4d143c5df8e91b3f0ddc4ac4be3d1d /vr_ui.h
parentMerge "Restructure vr_ui" (diff)
downloadandroid_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar.gz
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar.bz2
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar.lz
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar.xz
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.tar.zst
android_bootable_recovery-5d2e3bd109539282d1829e3579c1f762a9486382.zip
Diffstat (limited to 'vr_ui.h')
-rw-r--r--vr_ui.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/vr_ui.h b/vr_ui.h
index 31ca4a61d..da2163402 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -20,17 +20,17 @@
#include "screen_ui.h"
class VrRecoveryUI : public ScreenRecoveryUI {
- public:
- VrRecoveryUI();
+ public:
+ VrRecoveryUI();
- protected:
- // Pixel offsets to move drawing functions to visible range.
- // Can vary per device depending on screen size and lens distortion.
- const int kStereoOffset;
+ protected:
+ // Pixel offsets to move drawing functions to visible range.
+ // Can vary per device depending on screen size and lens distortion.
+ const int kStereoOffset;
- bool InitTextParams() override;
+ bool InitTextParams() override;
- void DrawTextLine(int x, int* y, const char* line, bool bold) const override;
+ void DrawTextLine(int x, int* y, const char* line, bool bold) const override;
};
#endif // RECOVERY_VR_UI_H